home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991: Code Warrior / bincue / Code Warrior.bin / Developer Essentials / DTS Sample Code / Snippets / Snippets Aug '91 / KeepMeAround ƒ / test.c < prev   
Encoding:
C/C++ Source or Header  |  1991-09-09  |  145 b   |  10 lines  |  [TEXT/MPS ]

  1. /* Nonsensical test INIT for keep_me_around(). */
  2.  
  3. #include <types.h>        /* Includes Debugger() */
  4.  
  5. test(void)
  6. {
  7.     Debugger();
  8.     keep_me_around();
  9. }
  10.